@charset "utf-8";

#linha{
	top:342px;
}
#eventos{
	position:relative;
	float:right;
	width:635px;
	height:auto;
	margin-top:60px;
	margin-right:40px;
}
#eventos h3{
	width:210px;
	height:68px;
	background-image:url("../img/evento_h3.png");
	margin-bottom:40px;
	margin-left:-22px;
}
#post{
	width:635px;
	margin-bottom:30px;
}
#post h4{
	font-size:16px;
	margin-top:30px;
	text-align:center;
}
#post p{
	line-height:17px;
	text-align:justify;
	margin-top:40px;
}
.post{
	margin-top:40px;
	float:left;
	width:635px;
}
.post img{
	float:left;
	width:90px;
	height:90px;
	border:1px solid #dadada;
}
.post div{
	float:right;
	width:520px;
	height:90px;
	border-bottom:1px solid #dadada;
	padding-bottom:40px;
}
.post h4{
	font-size:14px;
	margin-bottom:9px;
}
.post p{
	margin-bottom:9px;
	text-align:justify;
}
.post a{
	color:#f2001c;
}
